Class PhoneSignalingImpl

All Implemented Interfaces:
IPCObject, PhoneSignaling, Process

public class PhoneSignalingImpl extends ProcessImpl implements PhoneSignaling
Information provided by the PKI file:

    \class PhoneSignaling
    
    \brief PhoneSignaling handles and manipulates the PPP encapsulation process.
    
    \example network().getDevice("Router0").getProcess("PhoneSignaling")
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getPacketCnt

      public int getPacketCnt()
      Information provided by the PKI file:
      
          \brief Returns the packet count.
          
          \return int, the packet count.
          
              
      Specified by:
      getPacketCnt in interface PhoneSignaling
      Returns:
      int Returns a int
    • getUserTrafficAt

      public UserTraffic getUserTrafficAt(int index)
      Information provided by the PKI file:
      
          \brief Returns the user traffic at the given index.
          
          \param index, index to get the traffic at.
          
          \return UserTraffic, traffic at the specified index.
          
              
      Specified by:
      getUserTrafficAt in interface PhoneSignaling
      Parameters:
      index - Takes in a parameter of index
      Returns:
      UserTraffic Returns a UserTraffic